@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 3.90625vw;
      background: rgba(255,255,255,.5);
}

.head-index .logo {
  width: 23.4375vw;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .tel {
       width: 21.40625vw;
}
.head-index .tel p{padding-top: 5px;}
/* 导航样式 */
.navx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 41.66666666666667vw);
}

.navx > li {
  width: 11%;
}

.navx > li > a {
  display: block;
  font-size: 17px;
  color: #000;
  line-height: 3;
  padding: 17px 0;
}

.navx > li > a:hover {
  color: #000;

  
}

.head-index:hover{background:#fff;}
.head-index:hover .navx > li > a {
  color: #000;

  
}

.secx {
  display: none;
  top: 85px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 11111;
  background: url(//cdn.myxypt.com/e1f597b3/21/05/a4844af7b041762f9ab12ea1b2a57e18889e66e4.png) no-repeat 100% 0% #fff;
  min-height: 447px;
  height: 100%;
}

.secx.active {
  display: flex;
}

.secx .secx1 {
  max-width: 524px;
  width: 28%;
  background: #eeeeee;
  padding-left: 9.635vw;
  padding-top: 20px;
  height: 100%;
}

.secx .secx1 .sec {
  padding-bottom: 38px;
}

.secx .secx1 .sec a {
  display: block;
  line-height: 50px;
  padding-left: 3.229vw;
  font-size: 16px;
  color: #333333;
}

.secx .secx1 .sec a:hover {
  color: #fcb026;
  background: #fff;
}

.secx .secx1 .sec:after {
  content: '';
  display: block;
  max-width: 288px;
  height: 1px;
  background: #e1e1e1;
  width: 85%;
  position: absolute;
  bottom: 0;
}

.secx .secx1 .sec1 {
  margin-top: 12px;
  padding-left: 3.229vw;
  font-size: 16px;
  color: #333333;
}

.secx .secx1 .sec1 h2 {
  font-weight: 600;
  line-height: 36px;
  font-size: 16px;
}

.secx .secx1 .sec1 dd {
  line-height: 36px;
}

.secx .secx2 {
  margin-left: 5.3125vw;
  padding-top: 54px;
  color: #333;
}

.secx .secx2 h2 {
  font-weight: 600;
  font-size: 30px;
}

.secx .secx2 dd {
  line-height: 30px;
  font-size: 16px;
  margin-top: 38px;
  max-width: 538px;
}

.secx .secx2 a.ck {
  margin-top: 38px;
  display: block;
}

.tel img {
  max-width: 100%;
}

@media (max-width: 1240px) {
  .navx > li > a {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .navx {
    width: calc(100% - 33.666667vw);
  }
  .navx > li > a {
    font-size: 12px;
  }
}

/**/
.mx1400 {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.product-index {
  margin-top: 2.08333333333333vw;
}

.product-index .psort {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.product-index .psort li a {
  display: block;
  text-align: center;
}

.product-index .psort li a .img1 img {
  max-width: 100%;
}

.product-index .psort li a .wz {
  color: #333333;
  font-size: 15px;
  padding: 15px 0;
}

.product-index .psort li:hover a .img1 img {
  filter: invert(12%) sepia(93%) saturate(6803%) hue-rotate(2deg) brightness(80%) contrast(122%);
}

.product-index .psort li:hover a .wz {
  color: #db0000;
}

.product-index .plist1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.08333333333333vw;
}

.product-index .plist1 li {
  position: relative;
  border-radius: 10px;
  width: 30.333%;
  overflow: hidden;
}

.product-index .plist1 li a {
  display: block;
}

.product-index .plist1 li a .img1 img {
  width: 100%;
  border-radius: 10px;
}

.product-index .plist1 li a .wz {
  background: #db0000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.86458333333333vw;
  line-height: 2.86458333333333vw;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.product-index .plist1 li a .hh {
  transition: 0.5s;
  position: absolute;
  bottom: -200%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(219, 0, 0, 0.75);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.product-index .plist1 li a .hh .w1 {
  font-weight: bold;
  font-size: 1.04166666666667vw;
}

.product-index .plist1 li a .hh .w2 {
  font-size: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  padding-top: 10px;
}

.product-index .plist1 li a .hh .w3 {
  font-size: 16px;
  line-height: 2;
  padding: 0 3.64583333333333vw;
  padding-top: 1.04166666666667vw;
}

.product-index .plist1 li:hover a .wz {
  display: none;
}

.product-index .plist1 li:hover a .hh {
  bottom: 0;
}

@media (max-width: 768px) {
  .product-index .plist1 li a .wz {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 450px) {
    .product-index .plist1 li a .img1 img{
        border-radius:0;
    }
  .product-index .plist1 li a .wz {
    position:relative;
  }
}

/**/
.a-title {
  text-align: center;
  margin-top: 3.64583333333333vw;
  background: url(//cdn.myxypt.com/e1f597b3/21/04/6c3d18bff30ca29d753005c68d18d794cc51f61c.png) no-repeat center center;
  background-size: 330px 27px;
}

.a-title b {
  display: block;
  color: #db0000;
  font-size: 2.03125vw;
}

.a-title span {
  display: block;
  color: #7f7f7f;
  font-family: "Arial";
  text-transform: uppercase;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.a-title2 {
  text-align: center;
  color: #333333;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.about-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.125vw;
  position: relative;
}

.about-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 51.92708333333333vw);
  height: 5.52083333333333vw;
  background: #db0000;
}

.about-bg .aboutl {
  padding-left: 4.54166666666667vw;
  padding-right: 3.125vw;
  width: calc(100% - 51.92708333333333vw);
  padding-bottom: 3.125vw;
}

.about-bg .aboutl .a1 {
  color: #db0000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.02083333333333vw;
  font-family: "Arial";
  line-height: 1.2;
}

.about-bg .aboutl .a1 p {
  font-weight: normal;
}

.about-bg .aboutl .a2 {
  color: #2e2520;
  font-size: 1.69479166666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.about-bg .aboutl .a2 span {
  width: 50px;
  height: 2px;
  background: #e00217;
  margin-right: 5px;
}

.about-bg .aboutl .a3 {
  font-size: 16px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1.04166666666667vw;
}

.about-bg .aboutr {
  width: 51.92708333333333vw;
}

.about-bg .aboutr img {
  width: 100%;
}

@media (max-width: 1280px) {
    .about-bg::before{
        width: calc(100% - 47.99083vw);
    }
    .about-bg .aboutl{
        padding-left: 3.54166666666667vw;
    padding-right: 0.125vw;
    width: calc(100% - 43.927083vw);
    padding-bottom: 3.125vw;
    }
  .about-bg .aboutl .a1 {
    font-size: 22px;
  }
  .about-bg .aboutl .a2 {
    font-size: 20px;
  }
  .about-bg .aboutl .a3{
      font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .about-bg {
    display: block;
    padding: 0 2%;
  }
  .about-bg::before {
    display: none;
  }
  .about-bg .aboutl {
    width: 100%;
    padding: 0;
  }
  .about-bg .aboutr {
    width: 100%;
    margin-top: 2%;
  }
}

@media (max-width: 996px) {
  .a-title b {
    font-size: 24px;
  }
  .a-title span {
    font-size: 20px;
    padding-top: 5px;
  }
  .a-title2 {
    font-size: 14px;
    padding-top: 5px;
  }
}

/**/
.tt {
  display: none;
}

.sb-bg {
  background: #f5f5f5;
  padding-top: 2.60416666666667vw;
  padding-bottom: 4.16666666666667vw;
}

.sb-bg .sb-con {
  margin-top: 4.16666666666667vw;
}

.sb-bg .sb-con .ssort {
  text-align: center;
}

.sb-bg .sb-con .ssort li {
  background: #dcdcdc;
  display: inline-block;
  width: 10%;
  margin: 0 1%;
}

.sb-bg .sb-con .ssort li a {
  display: block;
  line-height: 3.2;
  color: #000000;
  font-size: 18px;
}

.sb-bg .sb-con .ssort li:hover {
  background: #db0000;
}

.sb-bg .sb-con .ssort li:hover a {
  color: #fff;
}

.sb-bg .sb-con .ssort li.cur {
  background: #db0000;
}

.sb-bg .sb-con .ssort li.cur a {
  color: #fff;
}

.c-bg1 {
  position: relative;
}

.c-bg1::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  background: url(//cdn.myxypt.com/e1f597b3/21/04/a37fc17a8430dba059cf9b3eee2d791a091f1a9f.png) no-repeat top center;
  width: 1143px;
  height: 485px;
  z-index: 0;
}

.clist1 {
  margin-top: 3.90625vw;
  position: relative;
  z-index: 99;
}

.clist2 {
  background: #fff;
}

.clist2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clist2 li .img1 {
  width: 45.78125vw;
}

.clist2 li .img1 img {
  width: 100%;
}

.clist2 li .zi {
  width: calc(100% - 45.78125vw);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 3.125vw;
}

.clist2 li .zi .z1 {
  color: #333333;
  font-size: 1.875vw;
  font-weight: bold;
}

.clist2 li .zi .z2 {
  color: #999999;
  font-size: 18px;
  padding: 15px 0;
}

.clist2 li .zi .z3 {
  color: rgba(41, 41, 41, 0.7);
  font-size: 16px;
  line-height: 2.5;
}

.clist2 li .zi .z4 {
  background: url(//cdn.myxypt.com/e1f597b3/21/04/8fe8436883ce2c3f296734e1c9ea0cb36e76c9c8.png) no-repeat left center;
  width: 184px;
  height: 50px;
  background-size: 184px 50px;
  color: #db0000;
  font-size: 18px;
  margin-top: 2.08333333333333vw;
}

.clist2 li .zi .z4 a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #db0000;
  line-height: 50px;
}

@media (max-width: 1440px) {
  .clist2 li .zi .z2 {
    font-size: 16px;
  }
  .clist2 li .zi .z3 {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  .clist2 li .zi {
    padding: 0px 1.125vw;
  }
}

@media (max-width: 1280px) {
  .sb-bg .sb-con .ssort li a {
    font-size: 16px;
  }
  .c-bg1::before {
    top: -30px;
  }
}

@media (max-width: 1200px) {
  .c-bg1::before {
    display: none;
  }
  .clist2 li .zi .z3 {
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .sb-bg .sb-con .ssort li {
    width: 14%;
  }
  .clist2 li .img1 {
    width: 38.78125vw;
  }
  .clist2 li .zi {
    width: calc(100% - 38.78125vw);
  }
  .clist2 li .zi .z2 {
    padding: 0;
  }
}

@media (max-width: 996px) {
  .clist2 li {
    display: block;
  }
  .clist2 li .img1 {
    width: 100%;
  }
  .clist2 li .zi {
    width: 98%;
    margin: 0 auto;
    padding: 1%;
  }
}

@media (max-width: 768px) {
  .sb-bg .sb-con .ssort li {
    width: 30%;
    margin-bottom: 2%;
  }
  .clist2 li .zi .z1 {
    font-size: 18px;
  }
}

/**/
.jszc-bg {
  background: url(//cdn.myxypt.com/e1f597b3/21/05/6de764781b956e29e0ee38cd2c1d2a3d548c9b85.jpg) no-repeat top center;
}

.jszc-index {
  text-align: center;
  padding-top: 2.08333333333333vw;
}

.jszc-index .j1 {
  font-size: 3.125vw;
  color: rgba(203, 203, 203, 0.18);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.jszc-index .j2 {
  color: #fff;
  font-size: 1.45833333333333vw;
  font-weight: bold;
}

.jszc-index .j3 img {
  max-width: 100%;
}

.jszc-con {
  margin-bottom: 3.90625vw;
}

.jszc-con .jsort {
  margin-top: 2.60416666666667vw;
}

.jszc-con .jsort ul {
  text-align: center;
}

.jszc-con .jsort ul li {
  display: inline-block;
  border: 1px solid rgba(250, 247, 245, 0.7);
  width: 9%;
  margin: 0 0.9375vw;
  color: #e8e8e8;
  font-size: 18px;
  line-height: 2.25;
  position: relative;
}

.jszc-con .jsort ul li.on {
  background: #ed000a;
  border-color: #ed000a;
}

.jszc-con .jsort ul li.on::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ed000a;
  left: 50%;
  margin-left: -2.5px;
  bottom: -10px;
}

.jszc-con .tab-con {
  position: relative;
  margin-top: 2.34375vw;
}

.jszc-con .tab-con .usnr .www {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px #000;
  margin: 10px;
}

.jszc-con .tab-con .usnr .www .wenz {
  display: flex;
  flex-direction: column;
  padding-left: 2.60416666666667vw;
  padding-right: 4.16666666666667vw;
  width: 710px;
  padding-top: 1.5625vw;
}

.jszc-con .tab-con .usnr .www .wenz .w1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jszc-con .tab-con .usnr .www .wenz .w1 .ww1 b {
  display: block;
  color: #db0000;
  font-size: 1.25vw;
}

.jszc-con .tab-con .usnr .www .wenz .w1 .ww1 span {
  display: block;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}

.jszc-con .tab-con .usnr .www .wenz .w1 .shuzi {
  border: 2px solid #dcdcdc;
  text-align: center;
  padding: 10px 5px;
}

.jszc-con .tab-con .usnr .www .wenz .w1 .shuzi b {
  display: block;
  color: #999999;
  font-size: 1.5625vw;
}

.jszc-con .tab-con .usnr .www .wenz .w1 .shuzi img {
  max-width: 100%;
  margin: 0 auto;
}

.jszc-con .tab-con .usnr .www .wenz .w2 {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 1.82291666666667vw;
}

.jszc-con .tab-con .usnr .www .img1 {
  max-width: 689px;
}

.jszc-con .tab-con .usnr .www .img1 img {
  width: 100%;
}

.jszc-con .tab-con .usnr .slick-dots {
  position: absolute;
  left: 2.60416666666667vw;
  right: 0;
  text-align: left;
  font-size: 0;
  z-index: 9;
  bottom: 3.64583333333333vw;
}

.jszc-con .tab-con .usnr .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a9a9a9;
  cursor: pointer;
}

.jszc-con .tab-con .usnr .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.jszc-con .tab-con .usnr .slick-dots li.slick-active {
  background: #ed000a;
}

@media (max-width: 1440px) {
  .jszc-con .tab-con .usnr .www .wenz .w2 {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  .jszc-con .tab-con .usnr .slick-dots {
    bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .jszc-con .jsort ul li {
    font-size: 16px;
  }
  .jszc-con .tab-con .usnr .www .wenz .w2 {
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .jszc-con .jsort ul li {
    width: 12%;
  }
}

@media (max-width: 996px) {
  .jszc-index .j1 {
    font-size: 24px;
  }
  .jszc-index .j2 {
    font-size: 20px;
  }
  .jszc-con .tab-con .usnr .www {
    display: block;
  }
  .jszc-con .tab-con .usnr .www .wenz {
    display: block;
    width: 100%;
  }
  .jszc-con .tab-con .usnr .www .wenz .w1 .ww1 b {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .jszc-con .jsort ul li {
    width: 28%;
    margin-bottom: 3%;
  }
  .jszc-con .tab-con .usnr .www .wenz .w2{height: 88px;overflow:hidden;}
}

/**/
.ad-bg {
  background: #db0000;
  padding: 2.60416666666667vw 0;
}

.ad-bg .ad-index {
  text-align: center;
  color: #fff;
}

.ad-bg .ad-index .ad1 {
  font-size: 1.14583333333333vw;
}

.ad-bg .ad-index .ad2 {
  font-weight: bold;
  font-size: 1.82291666666667vw;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ad-bg .ad-index .ad3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.ad-bg .ad-index .ad4 {
  width: 274px;
  height: 1.875vw;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  color: #db0000;
  font-size: 16px;
  line-height: 1.875vw;
  margin-top: 1.04166666666667vw;
}

@media (max-width: 996px) {
  .ad-bg .ad-index .ad1 {
    font-size: 16px;
  }
  .ad-bg .ad-index .ad2 {
    font-size: 20px;
  }
  .ad-bg .ad-index .ad3 {
    letter-spacing: 0;
  }
  .ad-bg .ad-index .ad4 {
    height: 30px;
    line-height: 30px;
  }
}

/**/
.news-con {
  margin-top: 2.08333333333333vw;
  margin-bottom: 4.0625vw;
}

.news-con .nlist1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-con .nlist1 li {
  width: 23.5%;
}

.news-con .nlist1 li .img1 img {
  width: 100%;
}

.news-con .nlist1 li a {
  display: block;
}

.news-con .nlist1 li a .w1 {
  color: #2e2520;
  font-size: 16px;
  line-height: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .nlist1 li a .w2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

.news-con .nlist1 li a .w3 {
  width: 90px;
  height: 27px;
  border-radius: 20px;
  background: #db0000;
  color: #fff;
  text-align: center;
  line-height: 27px;
  margin-top: 15px;
}
.news-con .nlist1 li a .w3:hover{
    font-size: 15px;
}
.news-con .nlist1 li:hover a .w1 {
  color: #db0000;
}

@media (max-width: 996px) {
  .news-con .nlist1 {
    flex-wrap: wrap;
  }
  .news-con .nlist1 li {
    width: 48%;
    margin-bottom: 3%;
  }
}

/**/
.link-bg {
  display:none;
  background: #e5e5e5;
  padding: 1.82291666666667vw 0;
}

.link-bg .link-index {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.link-bg .link-index span {
  display: inline-block;
}

.link-bg .link-index a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 20px;
}

/**/
.foot-bg {
  background: url(//cdn.myxypt.com/e1f597b3/21/04/33aa95df9db520952fe5f863126d543d7c61df91.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.60416666666667vw;
  padding-bottom: 1.04166666666667vw;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .flogo {
  border-right: 1px solid #5d5e5e;
  width: 420px;
}

.foot-bg .foot-index .flogo p img {
  max-width: 100%;
}

.foot-bg .foot-index .footr {
  width: calc(100% - 480px);
}

.foot-bg .foot-index .footr .fnav {
  border-bottom: 1px solid #8b8c8c;
}

.foot-bg .foot-index .footr .fnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-bg .foot-index .footr .fnav ul li {
  position: relative;
  width: 11.5%;
}

.foot-bg .foot-index .footr .fnav ul li::before {
  content: "";
  background: url(//cdn.myxypt.com/e1f597b3/21/04/679205a8ff6113ba45725f200f5b4b66bd208f25.png) no-repeat left center;
  width: 3px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  right: 0;
}

.foot-bg .foot-index .footr .fnav ul li:last-child::before {
  display: none;
}

.foot-bg .foot-index .footr .fnav ul li a {
  display: block;
  color: #fff;
  opacity:.5;
  font-size: 16px;
  line-height: 3;
}
.foot-bg .foot-index .footr .fnav ul li a:hover{opacity:1;}
.foot-bg .foot-index .footr .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.foot-bg .foot-index .footr .flx .flx1 {
  color: #fff;
}
.foot-bg .foot-index .footr .flx .flx2 {
  color: #fff;
}
.foot-bg .foot-index .footr .flx .flx1 h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

.foot-bg .foot-index .footr .flx .flx1 p {
  font-size: 15px;
  line-height: 1.5;
}

.foot-bg .foot-index .footr .flx .ferq {
  width: calc(100% - 610px);
}

.foot-bg .foot-index .footr .flx .ferq p {
  text-align: right;
}

.foot-bg .foot-index .footr .flx .ferq p img {
  /*max-width: 100%;*/
  width:100%;
  margin: 0 10px;
}

.foot-bg .foot-index .footr .flx .ferq p img:nth-of-type(2) {
  margin-right: 0;
}

.foot-cop {
  background: #db0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.foot-cop a {
  color: #fff;
  font-size: 14px;
}

li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #191919;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(//cdn.myxypt.com/e1f597b3/21/04/34c3878d71c89c7f1ab714b81bf5c2165579ea5e.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(//cdn.myxypt.com/e1f597b3/21/04/4547ee352915064b74bd2e7489a023fd9ea8cdad.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(//cdn.myxypt.com/e1f597b3/21/04/37d7f085d0f3ec4739da9366e79ee8ce320a1cf8.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}

@media (max-width: 1366px) {
  .foot-bg .foot-index .footr .fnav ul li a {
    font-size: 12px;
  }
  .foot-bg .foot-index .footr .flx .ferq{    margin-right: 23%;}
}

@media (max-width: 1200px) {
     .foot-bg .foot-index .footr .flx .ferq{    margin-right: 23%;}
  .foot-bg .foot-index .flogo {
    width: auto;
    padding-right: 2%;
  }
  .foot-bg .foot-index .footr {
    width: auto;
    margin-left: 2%;
  }
  .foot-bg .foot-index .footr .fnav ul li a {
    font-size: 13px;
  }
}

@media (max-width: 996px) {
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .flogo {
    padding: 0;
    text-align: center;
    border-right: none;
  }
  .foot-bg .foot-index .footr .flx .ferq {
    width: 56%;
  }
}

@media (max-width: 768px) {
  .foot-bg .foot-index .footr .flx {
    display: block;
  }
  .foot-bg .foot-index .footr .flx .ferq {
    width: 100%;
    margin-top: 3%;
  }
  .foot-bg .foot-index .footr .flx .ferq p {
    text-align: center;
  }
  .foot-cop {
    padding-bottom: 15%;
  }
  
  
}
@media (max-width: 450px) {
 
  .foot-cop {
    padding-bottom: 15%;
  }
  .foot-bg .foot-index .footr .fnav ul{
      display:block;
  }
  .foot-bg .foot-index .footr .fnav ul li{
      width: 32.5%;
    float: left;
    text-align: center;
  }
  
  .foot-bg .foot-index .footr .fnav ul li:nth-child(3)::before{
      display:none;
  }
  
}

/*内页样式*/
@media (min-width: 991px) {
  .page-wrap-left {
    display: none;
  }
}

@media (max-width: 768px) {
  .xypg-left-con2 .xypg-left-nav {
    display: none !important;
  }
  .xypg-right-content img {
    width: 100% !important;
    height: auto !important;
  }
}

.containers {
  max-width: 1330px;
  margin: 0 auto;
  padding: 3% 15px;
}

/* 内页左侧导航栏样式 */
.xypg-left-con2 .xypg-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav > li {
  width: 18%;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-con2 .xypg-left-nav > li.clicked > a {
  color: #fff;
  background: #e00217;
}

.video {
  width: 100%;
  background-size: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 99999;
}

.video img {
  /*width:100%;*/
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .c2_left li .time {
    position: static;
  }
  .c2_left li .time i {
    position: static;
    display: none;
  }
}
